home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvi2ps / dvi-to-ps / findfile.h < prev    next >
C/C++ Source or Header  |  1990-10-01  |  692b  |  20 lines

  1. /* modified by Peter Damron 1987 University of Washington */
  2. /*---------------------------------------------------------------------*/
  3. /* $Header: findfile.h,v 2.0 88/06/07 15:02:08 peterd Rel2 $ */
  4. /*---------------------------------------------------------------------*/
  5. /* findfile.h
  6.  * Copyright 1985 Massachusetts Institute of Technology
  7.  */
  8. /* forward declarations and interface */
  9.  
  10. extern int FindFontFile();
  11. /* int FindFontFile(dirvec,dirveclen, fontname, mag, fullpathname, nname, nmag)
  12.  *     char *dirvec[],*area,*fontname,*fullpathname,*nname;
  13.  *     int dirveclen,mag,*nmag;
  14.  */
  15.  
  16. extern void Warning();
  17.  
  18. /*---------------------------------------------------------------------*/
  19.  
  20.